- concurrent program
- 1) параллельная программа2) программа, выполняемая одновременно (с некоторой другой программой)
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Concurrent computing — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent c … Wikipedia
Concurrent Pascal — (also known as PASCAL FC) was designed by Per Brinch Hansen for writing concurrent computing programs such as operating systems and real time monitoring systems on shared memory computers. A separate language, Sequential Pascal, is used as the… … Wikipedia
Concurrent Versions System — Developer(s) The CVS Team Initial release November 19, 1990; 21 years ago (1990 11 19) Stable release … Wikipedia
Concurrent enrolment — (BE) or concurrent enrollment (AE) is a program through which students earn college credit for courses taken during high school. Students enroll at a university or college to attain high school and/or college credit for these courses.[1] More… … Wikipedia
Concurrent Haskell — extends[1] Haskell 98 with explicit concurrency. The two main concepts underpinning Concurrent Haskell are: A primitive type MVar α implementing a bounded/single place asynchronous channel, which is either empty or holds a value of type α. The… … Wikipedia
Concurrent MetateM — is a multi agent language in which each agent is programmed using a set of (augmented) temporal logic specifications of the behaviour it should exhibit. These specifications are executed directly to generate the behaviour of the agent. As a… … Wikipedia
Program Composition Notation — (PCN) is a specification notation for building up larger programs from smaller modules or programs (usually written in C or Fortran). Efficient parallel programming is at the heart of PCN. Larger composed programs are intended to execute… … Wikipedia
Concurrent user — In computer science, the number of concurrent users for a resource in a location, with the location being a computing network or a single computer, refers to the total number of people using the resource within predefined period of time. The… … Wikipedia
Concurrent Design Facility — The Concurrent Design Facility (CDF) is the European Space Agency main assessment center for future space missions and industrial review. Located at ESTEC, ESA s technical center in Noordwijk in The Netherlands, it has been operational since… … Wikipedia
Program Slicing — Unter Slicing (genauer Program Slicing) versteht man die Analyse eines Computerprogramms mit dem Ziel herauszufinden, welche Anweisungen eines Programms eine bestimmte Anweisung in einem bestimmten Programmpunkt beeinflussen bzw. von ihr… … Deutsch Wikipedia
concurrent programming — Computer programming designed for execution on multiple processors, where more than one processor is used to execute a program or complex of programs running simultaneously. It is also used for programming designed for a multitasking environment … Universalium